home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / ano95.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  310 b   |  17 lines

  1. on exitFrame
  2.   if the mouseCast = 2 then
  3.     go(3)
  4.   end if
  5.   if rollOver(31) then
  6.     set the visible of sprite 31 to 1
  7.   else
  8.     set the visible of sprite 31 to 0
  9.   end if
  10.   if rollOver(32) then
  11.     set the visible of sprite 32 to 1
  12.   else
  13.     set the visible of sprite 32 to 0
  14.   end if
  15.   go(the frame)
  16. end
  17.